home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0522.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.5 KB  |  31 lines

  1. Turns out that using a rule file in waisgate is a Big Win.  I have a
  2. rule file that looks like this:
  3.  
  4.   map /n/abyss/2/doc/rfc-src/* http://www.cis.ohio-state.edu:82/rfc/*.html
  5.   map /n/dinosaur/0/doc/text/* http://www.cis.ohio-state.edu:80/hypertext/*
  6.   map /n/abyss/2/doc/man-src/* http://www.cis.ohio-state.edu:80/man/*
  7.   map /usr/spool/news/*         http://www.cis.ohio-state.edu:80/usr/spool/news/*
  8.  
  9. I changed WAISGate to tear the WAIS docid apart and pass the
  10. distributor local path to HTTranslate.  If it matches, it gets
  11. rewritten.  If rewritten, the address is used as is, else it goes
  12. through the usual waisgate things.  This way I can index things that
  13. are really served through a gateway of some sort (eg, a rfc converter
  14. that we just wrote).
  15.  
  16. I'll post the stuff next week sometime.  If you're interested, see 
  17. <A HREF="http://www.cis.ohio-state.edu:80/hypertext/information/information.html">. 
  18. There are the usual links to things there, plus hypertext versions of
  19. man pages, RFCs, IENs and FAQ's from news.answers.  Tom's working on
  20. something to parse the FAQ files into something more reasonable.  I'm
  21. working on a gateway for our problem reporting system (so that a
  22. hypertext article about our current status could refer people to
  23. problem reports for more details) and other misc. stuff.  If you have
  24. comments or suggestions, we'd love to hear them!
  25.  
  26. Does someone have stuff for converting emacs info to html?  I thought
  27. I saw some references to something, but can't find them now.
  28.  
  29. --- Steve
  30.  
  31.